gtk: bail out in render_background_internal() if the extents are <= 0
authorMichael Natterer <mitch@gimp.org>
Sun, 6 Feb 2011 10:13:42 +0000 (11:13 +0100)
committerMichael Natterer <mitch@gimp.org>
Sun, 6 Feb 2011 10:17:59 +0000 (11:17 +0100)
commitf23585b7bb96d3da3844337aa8a99609ddbb89d4
tree0bcce079784602c6053368342c02d0884b420c20
parent858ba35873608426d16bf68c7514c2a7a0e4e0e3
gtk: bail out in render_background_internal() if the extents are <= 0

otherwise we run into scaling the cairo_t into a borken state that's
not fixable by cairo_restore().
gtk/gtkthemingengine.c